bitkeeper revision 1.711 (402672f1pbFkVhjGdu603FqEmS-l2w)
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>
Sun, 8 Feb 2004 17:33:37 +0000 (17:33 +0000)
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>
Sun, 8 Feb 2004 17:33:37 +0000 (17:33 +0000)
config.in:
  Remove ACPI from xenolinux config opts.

xenolinux-2.4.24-sparse/arch/xeno/config.in

index 3f4736fd1fbf9458e5373cf18d1ee1d55652d6d4..37516e88a88008ef1699f409ddd32cb69bcdc9fc 100644 (file)
@@ -136,7 +136,6 @@ endmenu
 
 source drivers/char/Config.in
 
-
 source fs/Config.in
 
 mainmenu_option next_comment
@@ -147,11 +146,9 @@ bool 'Xen console support' CONFIG_XEN_CONSOLE
 if [ "$CONFIG_VT" = "y" ]; then
    bool 'VGA text console' CONFIG_VGA_CONSOLE
    bool 'Dummy console' CONFIG_DUMMY_CONSOLE 
-#   bool 'Video mode selection support' CONFIG_VIDEO_SELECT
 fi
 endmenu
 
-
 mainmenu_option next_comment
 comment 'Kernel hacking'
 
@@ -167,8 +164,6 @@ if [ "$CONFIG_DEBUG_KERNEL" != "n" ]; then
    bool '  Compile the kernel with frame pointers' CONFIG_FRAME_POINTER
 fi
 
-source drivers/acpi/Config.in
-
 int 'Kernel messages buffer length shift (0 = default)' CONFIG_LOG_BUF_SHIFT 0
 
 endmenu